Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Frontend to ZDB #407

Merged
merged 5 commits into from
Jun 16, 2024
Merged

Add Frontend to ZDB #407

merged 5 commits into from
Jun 16, 2024

Conversation

ChrisKujawa
Copy link
Owner

Adds frontend (JavaFX based) to ZDB that allows to investigate the log, with similar feature as printing the log via zdb cli

log-view

Furthermore, it allows to investigate the state with all existing column families. It uses the key formatter functionally recently added to ZDB to correctly print the keys. All values are printed as JSON values.

state

 * Adds a new module that contains a frontend for zdb
 * The frontend allows to
   * observe the log, each record property is an own column
   * investigate the state, via selecting different CF's.
     The state view shows keys in correct formats, and values as
     strings.
 * Add feature to copy to clipboard in table views
 * Add to filter which specifies until which position the log should be read
 * Add from filter that specifies from which position the log should be read
@ChrisKujawa ChrisKujawa merged commit ae1fcae into main Jun 16, 2024
4 checks passed
@ChrisKujawa ChrisKujawa deleted the ck-frontend-2 branch June 16, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant